2008-02-12 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentchooser.c:
(gtk_recent_chooser_class_init): Set the default value of the
:show-not-found property to TRUE, as every implementation sets
it to TRUE already.
* gtk/gtkrecentchooserdefault.c:
(_gtk_recent_chooser_default_init): Sync show_tips to the
default value of the :show-tips property.
svn path=/trunk/; revision=19535
+2008-02-12 Emmanuele Bassi <ebassi@gnome.org>
+
+ * gtk/gtkrecentchooser.c:
+ (gtk_recent_chooser_class_init): Set the default value of the
+ :show-not-found property to TRUE, as every implementation sets
+ it to TRUE already.
+
+ * gtk/gtkrecentchooserdefault.c:
+ (_gtk_recent_chooser_default_init): Sync show_tips to the
+ default value of the :show-tips property.
+
2008-02-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkclipboard-quartz.c:
g_param_spec_boolean ("show-not-found",
P_("Show Not Found"),
P_("Whether the items pointing to unavailable resources should be displayed"),
- FALSE,
+ TRUE,
GTK_PARAM_READWRITE));
/**
* GtkRecentChooser:select-multiple:
impl->show_icons = TRUE;
impl->show_private = FALSE;
impl->show_not_found = TRUE;
- impl->show_tips = TRUE;
+ impl->show_tips = FALSE;
impl->select_multiple = FALSE;
impl->local_only = TRUE;